home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 5413 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  889 b 

  1. Path: unix.sbu.ac.uk!news
  2. From: John Glavey <glavey@vax.sbu.ac.ik>
  3. Newsgroups: comp.lang.c++
  4. Subject: c++ class : describe for  a novice
  5. Date: 4 Feb 1996 14:48:52 GMT
  6. Organization: South Bank University
  7. Message-ID: <4f2h0k$l17@unix.sbu.ac.uk>
  8. NNTP-Posting-Host: glaveyj.dialup.sbu.ac.uk
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 1.1N (Windows; I; 16bit)
  13.  
  14. Hi, 
  15.  
  16. I am currently trying to parse a c++ class and extract its contents
  17. and pipe it out to a vrml ( 3d environment ) .
  18.  
  19. My problem being, what constitutes a c++ class.
  20.  
  21. The approach I am taking is properties like
  22.  
  23. inheritance
  24. baseclassspecifier etc
  25.  
  26. I am not very familiar with c++ and would appreciate any suggestions, 
  27. comments, advice.
  28.  
  29. I have a c++ class browser, to start the ball rolling.
  30.  
  31. Thanking in advance.
  32.  
  33. John Glavey
  34. South Bank University.
  35. London.
  36.  
  37.  
  38.